home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / whoup110.zip / WHOUP.DOC < prev    next >
Text File  |  1991-05-23  |  3KB  |  76 lines

  1.  
  2.         Whoup ver 1.0 written by Todd Nelson on 05/17/91 written
  3.                       in Microsoft QuickBasic 4.5
  4.  
  5.  
  6.     INTRO
  7.  
  8.     Whoup is an RBBS utility that will give recognition to an uploader
  9.     by immortalizing his name in the FMS directory!
  10.  
  11.     INCLUDED FILES
  12.  
  13.     WHOUP.EXE     The actual program
  14.     WHOUP.CFG     A sample configuration
  15.     MACRO.MCR     A sample macro used with Whoup
  16.     PROTO.DEF     My PROTO.DEF file
  17.     WHOUP.DOC     You're reading it!
  18.  
  19.     SETUP
  20.  
  21.     Setup is fairly simple first you must have a TZIP.BAT file in the
  22.     directory specified in RBBS CONFIG parameter 105. I have included in this
  23.     ZIP file, a fairly complex TZIP.BAT file which already has WHOUP
  24.     installed. If you use your own TZIP.BAT file then it is very important
  25.     that you run WHOUP only *AFTER* the file has been verified as a good
  26.     upload, the reason being is that if TZIP.BAT determines the upload
  27.     is corrupt and WHOUP installs the uploader's name in the FMS directory
  28.     then the FMS will appear correct until an uncorrupt upload is
  29.     added to the FMS. At which point the uncorrupt upload will appear to
  30.     have two WHOUP entries. The second step is to install a macro into
  31.     your PROTO.DEF file. RBBS accepts a macro in a PROTO.DEF entry as
  32.     the 9th parameter. The macro may be have any name and path you wish
  33.     but must be able to append to a file the following information..
  34.  
  35. Users First Name
  36. Users Last Name
  37.  
  38.     I've included the file MACRO.MCR which does this perfectly. The last
  39.     step is to create a file called WHOUP.CFG which is a simple text
  40.     file you create which contains the following..
  41.  
  42. C:\RBBS\XFER\NAMES.DAT
  43. C:\RBBS\DIR\FMS.DIR
  44.  
  45.     The first line is the name of the file which the macro will append
  46.     the user's first and last name. The second line is the full path and
  47.     name of your FMS.DIR.
  48.  
  49.     The Rest of the Story
  50.  
  51.     I am distributing this program along with a complete package of RBBS
  52.     batch files which will test all .ZIP file uploads and handle the
  53.     conversion of .ARC and .LZH compression format uploads. The reason I
  54.     have not added batch files for the many other compression formats is
  55.     simply because I don't get them uploaded to my BBS enough to even
  56.     bother with them. If you would like to make the other .BAT files to
  57.     handles those compression formats, you could easily follow my
  58.     examples. All that is required is a simple knowledge of .BAT files
  59.     and the DOCs for the respective compression method. I am not
  60.     releasing this program into the Public Domian per se, but I am
  61.     releasing this as DELEWARE, if you like it, use it, if you don't
  62.     like it "DEL" it! I would appreciate any comments suggestions or
  63.     discrepencies. I am in the U.S Navy stationed overseas in the
  64.     Philippines and I am the ONLY RBBS Sysop over here. Needless to say
  65.     I find myself scraping to find a good RBBS utility, if you have made
  66.     some RBBS Utils or have some good ones please write me and I will
  67.     gladly reimburse for expenses or swap with what I have! Thank You
  68.     for reading this and hopefully using it...ENJOY!!!
  69.  
  70.  
  71.              Todd Nelson
  72.              Patwing One Det. CUBI
  73.              Box 54
  74.              FPO San Francisco CA
  75.                   96654-2906
  76.